DisposeTimeBase
TheDisposeTimeBase
function allows your application to dispose of a time base once you are finished with it.
pascal void DisposeTimeBase (TimeBase tb);
tb
- Specifies the time base for this operation. Your application obtains this time base identifier from the
NewTimeBase
function described in the previous section.DESCRIPTION
TheDisposeTimeBase
function cancels and disposes of any pending callback events that are associated with the time base.SPECIAL CONSIDERATIONS
Note that theDisposeTimeBase
function uses the Memory Manager; therefore, you should not call this function at interrupt time.ERROR CODES
None